Update the library to support .Net6 and EF Core 6.#33
Closed
owaits wants to merge 2 commits intoSoftFluent:masterfrom
Closed
Update the library to support .Net6 and EF Core 6.#33owaits wants to merge 2 commits intoSoftFluent:masterfrom
owaits wants to merge 2 commits intoSoftFluent:masterfrom
Conversation
Collaborator
|
Hello, thank you for openning a PR to help us improve the library! You are actually updating the library to target I saw you've fixed a little typo on the |
Author
|
Yes I did realise this would remove support for older versions of .net. I was not sure how you wanted to handle this. Multi targeting the project is a better solution. I will put up a PR for the typo. |
Collaborator
|
Don't bother opening a PR, this has been handled by #34 😉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When updating a project to .Net6 that uses this amazing encryption library it would not run the DB migrations because of a missing method exception for ClrType. I believe this was due to this library targeting the wrong version of EF Core. This PR upgrades the library to EF Core 6.0 and resolves the issue with running migrations on EF Core 6 projects.
It would be great if the nuget package could also get updated.